import type { SliderProps } from './types'; export declare function Slider({ name, label, helper, tooltip, direction, input, prefix, unit, suffix, required, disabled, error, options, 'data-testid': dataTestId, value, onChange, min, double, max, step, id, onBlur, onFocus, className, tooltipPosition, style, customValueDisplay, labelDescription, 'aria-label': ariaLabel, defaultScale, 'aria-describedby': ariaDescribedBy, }: SliderProps): import("react").JSX.Element; export declare namespace Slider { var displayName: string; } //# sourceMappingURL=index.d.ts.map